@charset "UTF-8";
/* CSS Document */

a:active {
  outline: none;
}
:focus {
  -moz-outline-style:none;
}
.testimonial {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #666;
	line-height: 22px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	float: right;
	text-align: right;
	line-height: 17px;	
}